home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v2.1 / Amiga Developer CD v2.1.iso / DevInfo / Intuition / LockLayer < prev    next >
Text File  |  1996-07-13  |  684b  |  20 lines

  1.  
  2.     $Id: LockLayer 1.2 1996/07/13 21:05:18 heinz Exp $
  3.  
  4. If you have read the LockLayer autodoc, you'll see:
  5.  
  6.     Further Note: while you hold the lock on a layer, Intuition will block
  7.         on operations such as windowsizing, dragging, menus, and depth
  8.         arranging windows in this layer's screen.  It is recommended that
  9.         YOU do not make Intuition function calls while the layer is locked.
  10.  
  11. What does this mean when we think about it? Synchronous
  12. interaction with Intuition while layers are locked may be
  13. deadly. This means that you may not call Intuition or wait on
  14. messages from Intuition.
  15.  
  16. Think about this hard when writing gadgets or datatypes!
  17.  
  18. Heinz Wrobel
  19. <heinz@amiga.de
  20.